home *** CD-ROM | disk | FTP | other *** search
/ Shocking The Web CD-ROM / SHOCK_CD.ISO / mac / Chapter Tutorials / DevGallery / ISYS / Source / MEMOREX1.DIR / 00037.ls < prev    next >
Encoding:
Text File  |  1996-05-10  |  178 b   |  11 lines

  1. on enterFrame
  2.   set the visible of sprite 18 to 0
  3.   if rollOver(13) then
  4.     set the visible of sprite 18 to 1
  5.   end if
  6. end
  7.  
  8. on exitFrame
  9.   set the visible of sprite 19 to 0
  10. end
  11.